Uses of Class
com.netscape.cmsutil.crypto.CryptoUtil.KEMEncapsulation
Packages that use CryptoUtil.KEMEncapsulation
-
Uses of CryptoUtil.KEMEncapsulation in com.netscape.certsrv.util
Methods in com.netscape.certsrv.util that return CryptoUtil.KEMEncapsulationModifier and TypeMethodDescriptionabstract CryptoUtil.KEMEncapsulationCryptoProvider.encapsulateMLKEM(PublicKey publicKey, org.mozilla.jss.crypto.EncryptionAlgorithm encAlg) Performs ML-KEM encapsulation to generate a shared secret.NSSCryptoProvider.encapsulateMLKEM(PublicKey publicKey, org.mozilla.jss.crypto.EncryptionAlgorithm encAlg) -
Uses of CryptoUtil.KEMEncapsulation in com.netscape.cmsutil.crypto
Methods in com.netscape.cmsutil.crypto that return CryptoUtil.KEMEncapsulationModifier and TypeMethodDescriptionstatic CryptoUtil.KEMEncapsulationCryptoUtil.encapsulateMLKEM(PublicKey publicKey, int keySize) Performs ML-KEM encapsulation to generate a shared secret.static CryptoUtil.KEMEncapsulationCryptoUtil.encapsulateMLKEM(PublicKey publicKey, org.mozilla.jss.crypto.EncryptionAlgorithm encAlg) Performs ML-KEM encapsulation using an EncryptionAlgorithm to determine the derived key size.